home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / c / coala1.dms / coala1.adf / Install_COALA < prev    next >
Text File  |  1992-09-02  |  764b  |  41 lines

  1. ; COALA Hard Disk Install script
  2. ; Copyright © 1995, BITFUSION Software
  3.  
  4. (set @dest-dir
  5.   (askdir
  6.     (prompt "Please select the directory where you\n"
  7.             "would like to install COALA")
  8.     (help @askdir-help)
  9.     (default "dh1:Games/COALA")
  10.   )
  11. )
  12.  
  13. (copyfiles
  14.     (prompt "")
  15.     (source "COALA_ProgramDisk:COALA")
  16.     (dest @dest-dir)
  17.     (help @copyfile-help)
  18.     (infos)
  19.     (all)
  20. )
  21.  
  22. (askdisk
  23.   (prompt "Please insert the COALA DataDisk\n"
  24.         "\n"
  25.         "Use the AGA DataDisk for the A1200 and A4000\n"
  26.         "\n"
  27.         "Use the ECS DataDisk for all other Amiga's")
  28.   (dest "COALA_DataDisk")
  29.   (help @askdisk-help)
  30. )
  31.  
  32.  
  33. (copyfiles
  34.     (prompt "")
  35.     (source "COALA_DataDisk:COALA")
  36.     (dest @dest-dir)
  37.     (help @copyfile-help)
  38.     (infos)
  39.     (all)
  40. )
  41.